home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / pc / data / bini2.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1997-03-22  |  156 b   |  10 lines

  1. on csound
  2.   puppetSound("Laser.aif")
  3.   updateStage()
  4.   set w to the ticks + 70
  5.   repeat while w > the ticks
  6.     nothing()
  7.   end repeat
  8.   puppetSound(0)
  9. end
  10.